﻿2026-07-22T05:00:31.2092438Z ##[group]Run actions/checkout@v5
2026-07-22T05:00:31.2093034Z with:
2026-07-22T05:00:31.2093277Z   repository: BigscreenVR/spt-bs-core
2026-07-22T05:00:31.2095259Z   token: ***
2026-07-22T05:00:31.2095481Z   ssh-strict: true
2026-07-22T05:00:31.2095706Z   ssh-user: git
2026-07-22T05:00:31.2095921Z   persist-credentials: true
2026-07-22T05:00:31.2096187Z   clean: true
2026-07-22T05:00:31.2096444Z   sparse-checkout-cone-mode: true
2026-07-22T05:00:31.2096706Z   fetch-depth: 1
2026-07-22T05:00:31.2096926Z   fetch-tags: false
2026-07-22T05:00:31.2097146Z   show-progress: true
2026-07-22T05:00:31.2097379Z   lfs: false
2026-07-22T05:00:31.2097598Z   submodules: false
2026-07-22T05:00:31.2097833Z   set-safe-directory: true
2026-07-22T05:00:31.2098093Z   allow-unsafe-pr-checkout: false
2026-07-22T05:00:31.2098544Z ##[endgroup]
2026-07-22T05:00:31.2875586Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T05:00:31.2877072Z ##[group]Getting Git version info
2026-07-22T05:00:31.2877500Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T05:00:31.2878225Z [command]/usr/bin/git version
2026-07-22T05:00:31.2878482Z git version 2.43.0
2026-07-22T05:00:31.2882596Z ##[endgroup]
2026-07-22T05:00:31.2893299Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/08141f91-faf4-4603-aad7-3fdba9d5a8f2' before making global git config changes
2026-07-22T05:00:31.2894119Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T05:00:31.2896464Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T05:00:31.2927664Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T05:00:31.2945652Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:00:31.2955243Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T05:00:31.2957747Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T05:00:31.2992958Z refs/heads/main
2026-07-22T05:00:31.3000960Z [command]/usr/bin/git checkout --detach
2026-07-22T05:00:31.3164855Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:00:31.3233423Z [command]/usr/bin/git branch --delete --force main
2026-07-22T05:00:31.3261904Z Deleted branch main (was b68d5c3e).
2026-07-22T05:00:31.3268895Z ##[endgroup]
2026-07-22T05:00:31.3269307Z [command]/usr/bin/git submodule status
2026-07-22T05:00:31.3455293Z ##[group]Cleaning the repository
2026-07-22T05:00:31.3458269Z [command]/usr/bin/git clean -ffdx
2026-07-22T05:00:35.1037626Z Removing .adapter-notify/
2026-07-22T05:00:35.1038888Z Removing target/
2026-07-22T05:00:35.1049035Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T05:00:35.1165117Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:00:35.1170123Z ##[endgroup]
2026-07-22T05:00:35.1171459Z ##[group]Disabling automatic garbage collection
2026-07-22T05:00:35.1175242Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T05:00:35.1200402Z ##[endgroup]
2026-07-22T05:00:35.1200989Z ##[group]Setting up auth
2026-07-22T05:00:35.1207208Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T05:00:35.1233779Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T05:00:35.1419672Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T05:00:35.1443535Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T05:00:35.1626937Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T05:00:35.1652754Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T05:00:35.1839411Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T05:00:35.1866477Z ##[endgroup]
2026-07-22T05:00:35.1866979Z ##[group]Fetching the repository
2026-07-22T05:00:35.1873066Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +60cfa8d70c0369fbfff21ec17a02155d07beb3a7:refs/remotes/pull/56/merge
2026-07-22T05:00:35.6766177Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:00:35.6785703Z  * [new ref]           60cfa8d70c0369fbfff21ec17a02155d07beb3a7 -> pull/56/merge
2026-07-22T05:00:35.6786863Z ##[endgroup]
2026-07-22T05:00:35.6787421Z ##[group]Determining the checkout info
2026-07-22T05:00:35.6787888Z ##[endgroup]
2026-07-22T05:00:35.6798067Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T05:00:35.6836616Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T05:00:35.6860484Z ##[group]Checking out the ref
2026-07-22T05:00:35.6863199Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/56/merge
2026-07-22T05:00:35.6972579Z Previous HEAD position was b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:00:35.6975235Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:00:35.6981049Z ##[endgroup]
2026-07-22T05:00:35.7015621Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T05:00:35.7038733Z 60cfa8d70c0369fbfff21ec17a02155d07beb3a7
